The following tables list the members exposed by the SetPropertyOf<TObject, TProperty> type.
Name | Description | |
---|---|---|
![]() |
AggregateGearInputValidationExceptions | Input<bool>: Sets the flag that determines if input validation exceptions should be aggregated in one main exception. (inherited from BaseGear). |
![]() |
InvalidGearInputMessage | Input<string>: Sets the message to include in the input validation exception. (inherited from BaseGear). |
![]() |
MakeDurable | Input<bool>: Sets the flag that determines if this gear running results will be cached, so that subsequent uses of this same gear deliver its results from that cache instead of from a new full run. (inherited from BaseGear). |
![]() |
NewValue | Input<TProperty>: Sets the new value of the property to change. |
![]() |
Object | Input<TObject>: Sets the object that holds the property to change. |
![]() |
PropertyName | Input<string>: Sets the name of the property to change. |